home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
babychute.swf
/
scripts
/
DefineButton2_91
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
229 b
|
12 lines
on(release){
_root.xyloSnd.start();
_root.instuctions.onEnterFrame = function()
{
this._x += (251 - this._x) / 5;
if(this._x >= 250)
{
this.onEnterFrame = undefined;
}
};
}